* src/fileio.c (Finsert_file_contents): Move after-change-function call
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 1 Dec 2011 20:19:38 +0000 (15:19 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 1 Dec 2011 20:19:38 +0000 (15:19 -0500)
commitd04f1d54f3fe53f5f2ede154cf8acbf934bd8421
treef0d41e69243361d8b55218ead9de674ee7d3a4d6
parentd6fddc0a50937b23134f60eabb002b9df8b8d92f
* src/fileio.c (Finsert_file_contents): Move after-change-function call
to before the "handled:" label, since all "goto handled" appear in
cases where the *-change-functions have already been properly called.
src/ChangeLog
src/fileio.c